Certificate Validation
POST Certificate Validation
Method: POST
URL: https://kms.bpsdmkemhan.id/api/development/certificate_validation
Description
This API endpoint is used to validate a certificate by making an HTTP POST request to the specified URL. The request should include a payload with the certificate ID.
Request Body
-
certificate_id (number, required): The ID of the certificate to be validated.
Response
The response of this request is documented as a JSON schema.
Header
| Key | Value |
|---|---|
| Content-Type | application/json |
| x-api-key | 1234 |
Request Body (Json)
{
"certificate_id": 60
}